projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf43708
)
(ad-special-form-p): Don't use `iff' in docstring.
author
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 May 2008 03:38:21 +0000
(
03:38
+0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Thu, 8 May 2008 03:38:21 +0000
(
03:38
+0000)
lisp/emacs-lisp/advice.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/advice.el
b/lisp/emacs-lisp/advice.el
index 6c1f7be5c93028b64c7ba121f4b0f86cc8780c5e..b4dcd24597a39ed3ca92e97a2cf39d6501ddceed 100644
(file)
--- a/
lisp/emacs-lisp/advice.el
+++ b/
lisp/emacs-lisp/advice.el
@@
-2469,7
+2469,7
@@
will clear the cache."
`(cdr ,definition))
(defun ad-special-form-p (definition)
- "Non-nil iff DEFINITION is a special form."
+ "Non-nil if
and only i
f DEFINITION is a special form."
(if (and (symbolp definition) (fboundp definition))
(setq definition (indirect-function definition)))
(and (subrp definition) (eq (cdr (subr-arity definition)) 'unevalled)))